-
Notifications
You must be signed in to change notification settings - Fork 25
chore: refactor and cleanup icons #923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: refactor and cleanup icons #923
Conversation
✅ Deploy Preview for cld-video-player ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for cld-vp-esm-pages ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| .cld-video-player-skin-light & { | ||
| background-image: url("../../assets/icons/source_switcher_icon_for_white_bg.svg"); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
im probably wrong but didnt we lose the light skin with this new implementation or its handled on the icons package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, when icons are included properly via the icon-set, you get coloring via our colors plugin, so we actually added colors support, didn't lose anything.
* chore: simplify and test build system * docs: transformations example page * chore: refactor and cleanup icons (#923)
* feat: fetch video-specific config * feat(VIDEO-20073): video-specific config * chore(VIDEO-20073): video-specific config simplified * chore: update unit test * chore: normalize constructor input * fix: clearer index entry-points and methods * test: video-config e2e * chore: simplify and test build system (#922) * chore: simplify and test build system * docs: transformations example page * chore: refactor and cleanup icons (#923) * chore: video_player_config path * chore: video-config internal analytics
No description provided.